R/z[.cbind.createTable.R

"[.cbind.createTable"<-function(x,i,...){
  y<-x
  for (kk in 1:length(y)) 
    y[[kk]]<-y[[kk]][i]
  attributes(y)<-attributes(x)
  y  
}

Try the compareGroups package in your browser

Any scripts or data that you put into this service are public.

compareGroups documentation built on Oct. 12, 2023, 1:08 a.m.